[INFO] cloning repository https://github.com/un0ver-lnch/health-check
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/un0ver-lnch/health-check" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fun0ver-lnch%2Fhealth-check", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fun0ver-lnch%2Fhealth-check'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7500a25a9e3e75f56fad016c03e0485505cd57dc
[INFO] checking un0ver-lnch/health-check against 40527f3e444fde1deb361751bdef9b9e11d1b971+rustflags=--cfg crater_hack --force-warn invalid-c-variadic-arguments for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fun0ver-lnch%2Fhealth-check" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/un0ver-lnch/health-check
[INFO] finished tweaking git repo https://github.com/un0ver-lnch/health-check
[INFO] tweaked toml for git repo https://github.com/un0ver-lnch/health-check written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/un0ver-lnch/health-check on toolchain 40527f3e444fde1deb361751bdef9b9e11d1b971
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/un0ver-lnch/health-check already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b03c53d3aa03177c1a476ec7689f52bb42b530a98f220d3492f35f21cedfab9d
[INFO] running `Command { std: "docker" "start" "b03c53d3aa03177c1a476ec7689f52bb42b530a98f220d3492f35f21cedfab9d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b03c53d3aa03177c1a476ec7689f52bb42b530a98f220d3492f35f21cedfab9d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b03c53d3aa03177c1a476ec7689f52bb42b530a98f220d3492f35f21cedfab9d" "/opt/rustwide/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b03c53d3aa03177c1a476ec7689f52bb42b530a98f220d3492f35f21cedfab9d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid --cfg crater_hack --force-warn invalid-c-variadic-arguments" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b03c53d3aa03177c1a476ec7689f52bb42b530a98f220d3492f35f21cedfab9d" "/opt/rustwide/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling libc v0.2.167
[INFO] [stderr]    Compiling serde v1.0.218
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking itoa v1.0.14
[INFO] [stderr]     Checking pin-project-lite v0.2.15
[INFO] [stderr]    Compiling anyhow v1.0.94
[INFO] [stderr]     Checking writeable v0.5.5
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]     Checking litemap v0.7.4
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]     Checking icu_locid_transform_data v1.5.0
[INFO] [stderr]     Checking icu_properties_data v1.5.0
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking icu_normalizer_data v1.5.0
[INFO] [stderr]     Checking write16 v1.0.0
[INFO] [stderr]     Checking utf16_iter v1.0.5
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling serde_json v1.0.139
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling pulldown-cmark v0.8.0
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking socket2 v0.5.8
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]    Compiling cc v1.2.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]     Checking leb128 v0.2.5
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]     Checking cpufeatures v0.2.16
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]    Compiling target-lexicon v0.12.16
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]     Checking object v0.36.5
[INFO] [stderr]    Compiling indexmap v2.7.0
[INFO] [stderr]     Checking time-core v0.1.2
[INFO] [stderr]     Checking rustc-demangle v0.1.24
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling zstd-sys v2.0.13+zstd.1.5.6
[INFO] [stderr]    Compiling openssl-sys v0.9.104
[INFO] [stderr]    Compiling bytecheck v0.6.12
[INFO] [stderr]    Compiling cranelift-isle v0.110.2
[INFO] [stderr]     Checking time v0.3.37
[INFO] [stderr]    Compiling tinyvec v1.8.0
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling lzma-sys v0.1.20
[INFO] [stderr]    Compiling bzip2-sys v0.1.11+1.0.8
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]     Checking backtrace v0.3.74
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling ptr_meta_derive v0.1.4
[INFO] [stderr]    Compiling bytecheck_derive v0.6.12
[INFO] [stderr]     Checking ptr_meta v0.1.4
[INFO] [stderr]     Checking memmap2 v0.6.2
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling prettyplease v0.2.25
[INFO] [stderr]    Compiling httparse v1.9.5
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling adler2 v2.0.0
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]    Compiling rustix v0.38.41
[INFO] [stderr]    Compiling rustls-pki-types v1.10.0
[INFO] [stderr]    Compiling cranelift-codegen-shared v0.110.3
[INFO] [stderr]    Compiling darling_macro v0.14.4
[INFO] [stderr]    Compiling zstd-safe v7.2.1
[INFO] [stderr]    Compiling unicase v2.8.0
[INFO] [stderr]    Compiling darling v0.14.4
[INFO] [stderr]    Compiling serde_derive v1.0.218
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking zerofrom v0.1.5
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling ptr_meta_derive v0.3.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]     Checking icu_collections v1.5.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking ptr_meta v0.3.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking rancor v0.1.0
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking icu_provider v1.5.0
[INFO] [stderr]    Compiling bytecheck_derive v0.8.0
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling munge_macro v0.4.1
[INFO] [stderr]     Checking bytecheck v0.8.0
[INFO] [stderr]     Checking icu_properties v1.5.1
[INFO] [stderr]     Checking munge v0.4.1
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling rkyv_derive v0.8.9
[INFO] [stderr]     Checking rend v0.5.2
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling enumset_derive v0.10.0
[INFO] [stderr]    Compiling cranelift-codegen-meta v0.110.3
[INFO] [stderr]    Compiling miniz_oxide v0.8.0
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]     Checking flate2 v1.0.35
[INFO] [stderr]    Compiling enum-iterator-derive v0.7.0
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]     Checking bytes v1.9.0
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking tokio v1.42.0
[INFO] [stderr]     Checking http v1.2.0
[INFO] [stderr]     Checking shared-buffer v0.1.4
[INFO] [stderr]    Compiling inout v0.1.3
[INFO] [stderr]     Checking half v2.4.1
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling corosensei v0.2.1
[INFO] [stderr]    Compiling rustls v0.23.19
[INFO] [stderr]    Compiling id-arena v2.2.1
[INFO] [stderr]    Compiling thiserror v2.0.6
[INFO] [stderr]     Checking bumpalo v3.16.0
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]     Checking rkyv v0.8.9
[INFO] [stderr]     Checking cranelift-bitset v0.110.3
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]     Checking cranelift-entity v0.110.2
[INFO] [stderr]    Compiling crc v3.2.1
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]    Compiling cranelift-codegen v0.110.2
[INFO] [stderr]    Compiling wai-parser v0.2.3
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]     Checking uuid v1.11.0
[INFO] [stderr]     Checking serde_spanned v0.6.8
[INFO] [stderr]     Checking toml_datetime v0.6.8
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]     Checking enum-iterator v0.7.0
[INFO] [stderr]     Checking enumset v1.1.5
[INFO] [stderr]     Checking hashbrown v0.13.2
[INFO] [stderr]    Compiling rustls-webpki v0.102.8
[INFO] [stderr]    Compiling derive_more v0.99.18
[INFO] [stderr]    Compiling thiserror-impl v2.0.6
[INFO] [stderr]    Compiling derive_builder_core v0.12.0
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling libloading v0.8.6
[INFO] [stderr]    Compiling serde_yml v0.0.12
[INFO] [stderr]    Compiling bindgen v0.70.1
[INFO] [stderr]     Checking fallible-iterator v0.3.0
[INFO] [stderr]    Compiling wai-bindgen-gen-rust-wasm v0.2.3
[INFO] [stderr]    Compiling openssl v0.10.68
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]     Checking arbitrary v1.4.1
[INFO] [stderr]     Checking winnow v0.6.20
[INFO] [stderr]    Compiling schemars v0.8.21
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking more-asserts v0.2.2
[INFO] [stderr]     Checking slice-group-by v0.3.1
[INFO] [stderr]     Checking xxhash-rust v0.8.12
[INFO] [stderr]    Compiling lockfree-object-pool v0.1.6
[INFO] [stderr]    Compiling zip v2.2.1
[INFO] [stderr]    Compiling zopfli v0.8.1
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]     Checking regalloc2 v0.9.3
[INFO] [stderr]     Checking cranelift-control v0.110.3
[INFO] [stderr]    Compiling schemars_derive v0.8.21
[INFO] [stderr]     Checking ruzstd v0.5.0
[INFO] [stderr]     Checking wasmer-types v5.0.3
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]     Checking gimli v0.28.1
[INFO] [stderr]    Compiling derive_builder_macro v0.12.0
[INFO] [stderr]     Checking hyper v1.5.1
[INFO] [stderr]     Checking toml_edit v0.22.22
[INFO] [stderr]    Compiling pbkdf2 v0.12.2
[INFO] [stderr]    Compiling zstd v0.13.2
[INFO] [stderr]    Compiling bzip2 v0.4.4
[INFO] [stderr]     Checking debugid v0.8.0
[INFO] [stderr]    Compiling xz2 v0.1.7
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling xattr v1.3.1
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling wai-bindgen-gen-core v0.2.3
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]    Compiling lzma-rs v0.3.0
[INFO] [stderr]     Checking cranelift-bforest v0.110.2
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling async-trait v0.1.83
[INFO] [stderr]    Compiling webpki-roots v0.26.7
[INFO] [stderr]     Checking libyml v0.0.5
[INFO] [stderr]     Checking region v3.0.2
[INFO] [stderr]    Compiling filetime v0.2.25
[INFO] [stderr]     Checking crossbeam-queue v0.3.11
[INFO] [stderr]     Checking bstr v1.11.0
[INFO] [stderr]     Checking dyn-clone v1.0.17
[INFO] [stderr]    Compiling constant_time_eq v0.3.1
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling deflate64 v0.1.9
[INFO] [stderr]     Checking globset v0.4.15
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling ureq v2.12.1
[INFO] [stderr]     Checking wasmer-vm v5.0.3
[INFO] [stderr]    Compiling tar v0.4.43
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking toml v0.8.19
[INFO] [stderr]    Compiling wai-bindgen-gen-rust v0.2.3
[INFO] [stderr]    Compiling xz v0.1.0
[INFO] [stderr]     Checking sentry-types v0.36.0
[INFO] [stderr]     Checking hyper-util v0.1.10
[INFO] [stderr]     Checking object v0.32.2
[INFO] [stderr]     Checking derive_builder v0.12.0
[INFO] [stderr]     Checking http-body-util v0.1.2
[INFO] [stderr]     Checking wasmparser v0.216.0
[INFO] [stderr]     Checking bytesize v1.3.0
[INFO] [stderr]    Compiling cmake v0.1.52
[INFO] [stderr]     Checking console v0.15.8
[INFO] [stderr]     Checking wasm-encoder v0.221.2
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]     Checking self_cell v1.1.0
[INFO] [stderr]     Checking ipnet v2.10.1
[INFO] [stderr]    Compiling wasmer-compiler-cranelift v5.0.3
[INFO] [stderr]    Compiling litrs v0.4.1
[INFO] [stderr]     Checking any_ascii v0.1.7
[INFO] [stderr]     Checking wast v221.0.2
[INFO] [stderr]    Compiling document-features v0.2.10
[INFO] [stderr]     Checking sentry-core v0.36.0
[INFO] [stderr]     Checking lexical-sort v0.3.1
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]     Checking ignore v0.4.23
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr] error: could not compile `bindgen` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/40527f3e444fde1deb361751bdef9b9e11d1b971/bin/rustc --crate-name bindgen --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.70.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata,link -Z embed-metadata=no -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=f52fe09444225cc4 -C extra-filename=-b376b7e65954fe6e --out-dir /opt/rustwide/target/debug/build/bindgen/b376b7e65954fe6e/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/060d77e783e731da/out -L dependency=/opt/rustwide/target/debug/build/either/8bc3ab7b01a32ce0/out -L dependency=/opt/rustwide/target/debug/build/glob/52e91fc84a7b7406/out -L dependency=/opt/rustwide/target/debug/build/libc/9df76baff079485e/out -L dependency=/opt/rustwide/target/debug/build/libloading/59ecfcc644995093/out -L dependency=/opt/rustwide/target/debug/build/memchr/d68c57d5b2bab431/out -L dependency=/opt/rustwide/target/debug/build/minimal-lexical/a7ff105e37955791/out -L dependency=/opt/rustwide/target/debug/build/nom/1e6768390787c938/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/fedc14435c7b0283/out -L dependency=/opt/rustwide/target/debug/build/quote/c5c9927f4557dcfa/out -L dependency=/opt/rustwide/target/debug/build/regex-automata/62830c263e638d32/out -L dependency=/opt/rustwide/target/debug/build/regex-syntax/ec606837e58be8ce/out -L dependency=/opt/rustwide/target/debug/build/syn/b834ceaa03aac450/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/d2d822d9f36641bc/out --extern bitflags=/opt/rustwide/target/debug/build/bitflags/d77d7e4f297ffe42/out/libbitflags-d77d7e4f297ffe42.rmeta --extern cexpr=/opt/rustwide/target/debug/build/cexpr/f576584c63bffb1d/out/libcexpr-f576584c63bffb1d.rmeta --extern clang_sys=/opt/rustwide/target/debug/build/clang-sys/f838aadcc1bae125/out/libclang_sys-f838aadcc1bae125.rmeta --extern itertools=/opt/rustwide/target/debug/build/itertools/fc7afa795f2ed57d/out/libitertools-fc7afa795f2ed57d.rmeta --extern log=/opt/rustwide/target/debug/build/log/6cdf931d974c5572/out/liblog-6cdf931d974c5572.rmeta --extern prettyplease=/opt/rustwide/target/debug/build/prettyplease/0b2313aae054e91c/out/libprettyplease-0b2313aae054e91c.rmeta --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/fedc14435c7b0283/out/libproc_macro2-fedc14435c7b0283.rmeta --extern quote=/opt/rustwide/target/debug/build/quote/c5c9927f4557dcfa/out/libquote-c5c9927f4557dcfa.rmeta --extern regex=/opt/rustwide/target/debug/build/regex/f195609d70f74b4e/out/libregex-f195609d70f74b4e.rmeta --extern rustc_hash=/opt/rustwide/target/debug/build/rustc-hash/90531a9d1e57587c/out/librustc_hash-90531a9d1e57587c.rmeta --extern shlex=/opt/rustwide/target/debug/build/shlex/971b0e1bbcd42247/out/libshlex-971b0e1bbcd42247.rmeta --extern syn=/opt/rustwide/target/debug/build/syn/b834ceaa03aac450/out/libsyn-b834ceaa03aac450.rmeta --cap-lints allow --cap-lints=forbid --cfg crater_hack --force-warn invalid-c-variadic-arguments --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] warning: cranelift-codegen@0.110.2: Failed to run `rustfmt` on ISLE-generated code: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }
[INFO] [stderr] warning: cranelift-codegen@0.110.2: Failed to run `rustfmt` on ISLE-generated code: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }
[INFO] [stderr] warning: cranelift-codegen@0.110.2: Failed to run `rustfmt` on ISLE-generated code: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }
[INFO] [stderr] warning: cranelift-codegen@0.110.2: Failed to run `rustfmt` on ISLE-generated code: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }
[INFO] [stderr] warning: cranelift-codegen@0.110.2: Failed to run `rustfmt` on ISLE-generated code: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }
[INFO] [stderr] error: could not compile `cranelift-codegen` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/40527f3e444fde1deb361751bdef9b9e11d1b971/bin/rustc --crate-name cranelift_codegen --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cranelift-codegen-0.110.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="arm64"' --cfg 'feature="gimli"' --cfg 'feature="riscv64"' --cfg 'feature="std"' --cfg 'feature="trace-log"' --cfg 'feature="unwind"' --cfg 'feature="x86"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-arch", "anyhow", "arm64", "capstone", "core", "default", "disas", "enable-serde", "gimli", "host-arch", "incremental-cache", "isle-errors", "isle-in-source-tree", "postcard", "riscv64", "s390x", "serde", "serde_derive", "sha2", "souper-harvest", "souper-ir", "std", "timing", "trace-log", "unwind", "x86"))' -C metadata=ecaf2198a74c7bf4 -C extra-filename=-6f7458d78c682696 --out-dir /opt/rustwide/target/debug/build/cranelift-codegen/6f7458d78c682696/out -L dependency=/opt/rustwide/target/debug/build/ahash/f1e4d34613b65286/out -L dependency=/opt/rustwide/target/debug/build/arbitrary/38e588c0636e2e14/out -L dependency=/opt/rustwide/target/debug/build/byteorder/1538129ea66f5928/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/5dc41fbaec58428f/out -L dependency=/opt/rustwide/target/debug/build/cranelift-bitset/6feba0a999d2cde8/out -L dependency=/opt/rustwide/target/debug/build/cranelift-entity/848576e87789ad19/out -L dependency=/opt/rustwide/target/debug/build/equivalent/4d6151e320191a9c/out -L dependency=/opt/rustwide/target/debug/build/fallible-iterator/4af9626c8248ea13/out -L dependency=/opt/rustwide/target/debug/build/hashbrown/12f430462b4e7984/out -L dependency=/opt/rustwide/target/debug/build/hashbrown/47b1062e1aa73366/out -L dependency=/opt/rustwide/target/debug/build/indexmap/23c71dab93c999f5/out -L dependency=/opt/rustwide/target/debug/build/log/ad22ba5ed7c70d00/out -L dependency=/opt/rustwide/target/debug/build/once_cell/20a6dd502f90adb4/out -L dependency=/opt/rustwide/target/debug/build/rustc-hash/61f36313dc5d4dac/out -L dependency=/opt/rustwide/target/debug/build/serde/e903d0a357a3634d/out -L dependency=/opt/rustwide/target/debug/build/serde_derive/663280b8e05f7c4a/out -L dependency=/opt/rustwide/target/debug/build/slice-group-by/17a8a26fad9c52be/out -L dependency=/opt/rustwide/target/debug/build/smallvec/388c014394294c3d/out -L dependency=/opt/rustwide/target/debug/build/stable_deref_trait/5586dc45510ba602/out -L dependency=/opt/rustwide/target/debug/build/zerocopy-derive/1acf4e8a9f761cf3/out -L dependency=/opt/rustwide/target/debug/build/zerocopy/03a007c47ad57853/out --extern bumpalo=/opt/rustwide/target/debug/build/bumpalo/2f1a11cda8b076df/out/libbumpalo-2f1a11cda8b076df.rmeta --extern cranelift_bforest=/opt/rustwide/target/debug/build/cranelift-bforest/3c44ff710c56f122/out/libcranelift_bforest-3c44ff710c56f122.rmeta --extern cranelift_bitset=/opt/rustwide/target/debug/build/cranelift-bitset/6feba0a999d2cde8/out/libcranelift_bitset-6feba0a999d2cde8.rmeta --extern cranelift_codegen_shared=/opt/rustwide/target/debug/build/cranelift-codegen-shared/da7dceae5e6f51b5/out/libcranelift_codegen_shared-da7dceae5e6f51b5.rmeta --extern cranelift_control=/opt/rustwide/target/debug/build/cranelift-control/c3cf0e31c6de95b9/out/libcranelift_control-c3cf0e31c6de95b9.rmeta --extern cranelift_entity=/opt/rustwide/target/debug/build/cranelift-entity/848576e87789ad19/out/libcranelift_entity-848576e87789ad19.rmeta --extern gimli=/opt/rustwide/target/debug/build/gimli/b841fea3ae02dc7b/out/libgimli-b841fea3ae02dc7b.rmeta --extern hashbrown=/opt/rustwide/target/debug/build/hashbrown/9f74ba086cce1f95/out/libhashbrown-9f74ba086cce1f95.rmeta --extern log=/opt/rustwide/target/debug/build/log/ad22ba5ed7c70d00/out/liblog-ad22ba5ed7c70d00.rmeta --extern regalloc2=/opt/rustwide/target/debug/build/regalloc2/a6cbf2720311767f/out/libregalloc2-a6cbf2720311767f.rmeta --extern rustc_hash=/opt/rustwide/target/debug/build/rustc-hash/61f36313dc5d4dac/out/librustc_hash-61f36313dc5d4dac.rmeta --extern smallvec=/opt/rustwide/target/debug/build/smallvec/388c014394294c3d/out/libsmallvec-388c014394294c3d.rmeta --extern target_lexicon=/opt/rustwide/target/debug/build/target-lexicon/9457aac14ed894b4/out/libtarget_lexicon-9457aac14ed894b4.rmeta --cap-lints allow --cap-lints=forbid --cfg crater_hack --force-warn invalid-c-variadic-arguments --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "b03c53d3aa03177c1a476ec7689f52bb42b530a98f220d3492f35f21cedfab9d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b03c53d3aa03177c1a476ec7689f52bb42b530a98f220d3492f35f21cedfab9d", kill_on_drop: false }`
[INFO] [stdout] b03c53d3aa03177c1a476ec7689f52bb42b530a98f220d3492f35f21cedfab9d
